﻿2026-07-16T13:24:17.4417973Z ##[group]Run set -euo pipefail
2026-07-16T13:24:17.4418279Z [36;1mset -euo pipefail[0m
2026-07-16T13:24:17.4418493Z [36;1mPIN=0c95435[0m
2026-07-16T13:24:17.4418694Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-16T13:24:17.4418932Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-16T13:24:17.4419711Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-16T13:24:17.4420273Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-16T13:24:17.4420812Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-16T13:24:17.4421232Z [36;1m  rm -rf "$CACHE"[0m
2026-07-16T13:24:17.4421513Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-16T13:24:17.4421842Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-16T13:24:17.4422227Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-16T13:24:17.4422619Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-16T13:24:17.4423147Z [36;1mfi[0m
2026-07-16T13:24:17.4423472Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-16T13:24:17.4438116Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-16T13:24:17.4438402Z env:
2026-07-16T13:24:17.4438594Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-16T13:24:17.4438942Z ##[endgroup]
2026-07-16T13:24:17.7230473Z    Compiling proc-macro2 v1.0.106
2026-07-16T13:24:17.7230994Z    Compiling quote v1.0.45
2026-07-16T13:24:17.7231278Z    Compiling unicode-ident v1.0.24
2026-07-16T13:24:17.7231554Z    Compiling libc v0.2.186
2026-07-16T13:24:17.7231908Z    Compiling serde_core v1.0.228
2026-07-16T13:24:17.7232284Z    Compiling cfg-if v1.0.4
2026-07-16T13:24:17.7232670Z    Compiling serde v1.0.228
2026-07-16T13:24:17.7284179Z    Compiling log v0.4.32
2026-07-16T13:24:17.7312621Z    Compiling pin-project-lite v0.2.17
2026-07-16T13:24:17.7357223Z    Compiling portable-atomic v1.13.1
2026-07-16T13:24:17.7398439Z    Compiling typenum v1.20.1
2026-07-16T13:24:17.7399154Z    Compiling version_check v0.9.5
2026-07-16T13:24:17.7443005Z    Compiling memchr v2.8.1
2026-07-16T13:24:17.7443798Z    Compiling shlex v2.0.1
2026-07-16T13:24:17.7641471Z    Compiling critical-section v1.2.0
2026-07-16T13:24:17.7722603Z    Compiling find-msvc-tools v0.1.9
2026-07-16T13:24:17.8108439Z    Compiling futures-core v0.3.32
2026-07-16T13:24:17.8219184Z    Compiling subtle v2.6.1
2026-07-16T13:24:17.8571471Z    Compiling bytes v1.11.1
2026-07-16T13:24:17.9601080Z    Compiling smallvec v1.15.1
2026-07-16T13:24:18.0035894Z    Compiling equivalent v1.0.2
2026-07-16T13:24:18.0038088Z    Compiling itoa v1.0.18
2026-07-16T13:24:18.0451866Z    Compiling semver v1.0.28
2026-07-16T13:24:18.0489951Z    Compiling stable_deref_trait v1.2.1
2026-07-16T13:24:18.0490704Z    Compiling futures-sink v0.3.32
2026-07-16T13:24:18.0660951Z    Compiling futures-io v0.3.32
2026-07-16T13:24:18.0861180Z    Compiling slab v0.4.12
2026-07-16T13:24:18.1111327Z    Compiling futures-channel v0.3.32
2026-07-16T13:24:18.1223896Z    Compiling futures-task v0.3.32
2026-07-16T13:24:18.1340930Z    Compiling generic-array v0.14.7
2026-07-16T13:24:18.2275911Z    Compiling rand_core v0.10.1
2026-07-16T13:24:18.2426690Z    Compiling rustversion v1.0.22
2026-07-16T13:24:18.2450735Z    Compiling hashbrown v0.17.1
2026-07-16T13:24:18.3131444Z    Compiling bitflags v2.12.1
2026-07-16T13:24:18.3174617Z    Compiling cpufeatures v0.2.17
2026-07-16T13:24:18.3321042Z    Compiling getrandom v0.4.2
2026-07-16T13:24:18.3725849Z    Compiling rustc_version v0.4.1
2026-07-16T13:24:18.3834355Z    Compiling fnv v1.0.7
2026-07-16T13:24:18.4120886Z    Compiling strsim v0.11.1
2026-07-16T13:24:18.4250784Z    Compiling cfg_aliases v0.2.1
2026-07-16T13:24:18.4653016Z    Compiling litemap v0.8.2
2026-07-16T13:24:18.4774996Z    Compiling writeable v0.6.3
2026-07-16T13:24:18.4955611Z    Compiling dunce v1.0.5
2026-07-16T13:24:18.5951258Z    Compiling fs_extra v1.3.0
2026-07-16T13:24:18.6113618Z    Compiling icu_normalizer_data v2.2.0
2026-07-16T13:24:18.6575919Z    Compiling ident_case v1.0.1
2026-07-16T13:24:18.7050613Z    Compiling icu_properties_data v2.2.0
2026-07-16T13:24:18.7214898Z    Compiling utf8_iter v1.0.4
2026-07-16T13:24:18.7498697Z    Compiling percent-encoding v2.3.2
2026-07-16T13:24:18.7610791Z    Compiling autocfg v1.5.1
2026-07-16T13:24:18.8924305Z    Compiling http v1.4.1
2026-07-16T13:24:18.8991101Z    Compiling aws-lc-rs v1.17.0
2026-07-16T13:24:18.9042644Z    Compiling cpufeatures v0.3.0
2026-07-16T13:24:18.9428167Z    Compiling thiserror v2.0.18
2026-07-16T13:24:18.9710694Z    Compiling unicode-segmentation v1.13.3
2026-07-16T13:24:18.9809473Z    Compiling scopeguard v1.2.0
2026-07-16T13:24:19.0084239Z    Compiling indexmap v2.14.0
2026-07-16T13:24:19.0533966Z    Compiling lock_api v0.4.14
2026-07-16T13:24:19.0759483Z    Compiling chacha20 v0.10.0
2026-07-16T13:24:19.1780997Z    Compiling syn v2.0.117
2026-07-16T13:24:19.1827683Z    Compiling form_urlencoded v1.2.2
2026-07-16T13:24:19.2051180Z    Compiling untrusted v0.9.0
2026-07-16T13:24:19.2559347Z    Compiling rustls v0.23.40
2026-07-16T13:24:19.2764841Z    Compiling heck v0.5.0
2026-07-16T13:24:19.3142587Z    Compiling atomic-waker v1.1.2
2026-07-16T13:24:19.3171477Z    Compiling const-oid v0.10.2
2026-07-16T13:24:19.3511092Z    Compiling unicode-xid v0.2.6
2026-07-16T13:24:19.3640867Z    Compiling anyhow v1.0.102
2026-07-16T13:24:19.3831260Z    Compiling httparse v1.10.1
2026-07-16T13:24:19.4224859Z    Compiling zerocopy v0.8.50
2026-07-16T13:24:19.4550619Z    Compiling paste v1.0.15
2026-07-16T13:24:19.4680732Z    Compiling parking_lot_core v0.9.12
2026-07-16T13:24:19.4810446Z    Compiling num-traits v0.2.19
2026-07-16T13:24:19.5371060Z    Compiling convert_case v0.10.0
2026-07-16T13:24:19.6210619Z    Compiling jobserver v0.1.34
2026-07-16T13:24:19.6404024Z    Compiling hybrid-array v0.4.12
2026-07-16T13:24:19.6820628Z    Compiling curve25519-dalek v4.1.3
2026-07-16T13:24:19.7213868Z    Compiling ahash v0.8.12
2026-07-16T13:24:19.7413165Z    Compiling either v1.16.0
2026-07-16T13:24:19.7646355Z    Compiling base64ct v1.8.3
2026-07-16T13:24:19.7745197Z    Compiling fastrand v2.4.1
2026-07-16T13:24:19.8710693Z    Compiling powerfmt v0.2.0
2026-07-16T13:24:19.8930435Z    Compiling cc v1.2.63
2026-07-16T13:24:19.9466712Z    Compiling http-body v1.0.1
2026-07-16T13:24:19.9638920Z    Compiling crypto-common v0.1.7
2026-07-16T13:24:20.0030271Z    Compiling block-buffer v0.10.4
2026-07-16T13:24:20.0450879Z    Compiling deranged v0.5.8
2026-07-16T13:24:20.0650656Z    Compiling pem-rfc7468 v1.0.0
2026-07-16T13:24:20.1110906Z    Compiling digest v0.10.7
2026-07-16T13:24:20.1171991Z    Compiling tinyvec_macros v0.1.1
2026-07-16T13:24:20.1358112Z    Compiling base64 v0.22.1
2026-07-16T13:24:20.1933666Z    Compiling num-conv v0.2.2
2026-07-16T13:24:20.2260246Z    Compiling try-lock v0.2.5
2026-07-16T13:24:20.3240583Z    Compiling data-encoding v2.11.0
2026-07-16T13:24:20.3330864Z    Compiling time-core v0.1.8
2026-07-16T13:24:20.3840963Z    Compiling vcpkg v0.2.15
2026-07-16T13:24:20.3890543Z    Compiling pkg-config v0.3.33
2026-07-16T13:24:20.4225032Z    Compiling zmij v1.0.21
2026-07-16T13:24:20.4809553Z    Compiling mio v1.2.1
2026-07-16T13:24:20.5156755Z    Compiling socket2 v0.6.4
2026-07-16T13:24:20.5327935Z    Compiling getrandom v0.2.17
2026-07-16T13:24:20.7131013Z    Compiling rand v0.10.1
2026-07-16T13:24:20.7292584Z    Compiling uuid v1.23.2
2026-07-16T13:24:20.7471243Z    Compiling rand_core v0.6.4
2026-07-16T13:24:20.7770887Z    Compiling tower-service v0.3.3
2026-07-16T13:24:20.8240849Z    Compiling parking_lot v0.12.5
2026-07-16T13:24:20.8582603Z    Compiling sha2 v0.10.9
2026-07-16T13:24:20.9187640Z    Compiling want v0.3.1
2026-07-16T13:24:20.9301233Z    Compiling block-buffer v0.12.0
2026-07-16T13:24:21.0716389Z    Compiling crypto-common v0.2.2
2026-07-16T13:24:21.1020999Z    Compiling tinyvec v1.11.0
2026-07-16T13:24:21.2823655Z    Compiling cmake v0.1.58
2026-07-16T13:24:21.3021721Z    Compiling inout v0.1.4
2026-07-16T13:24:21.3106165Z    Compiling vergen-lib v9.1.0
2026-07-16T13:24:21.3205010Z    Compiling n0-future v0.3.2
2026-07-16T13:24:21.3436798Z    Compiling parking v2.2.1
2026-07-16T13:24:21.3952124Z    Compiling httpdate v1.0.3
2026-07-16T13:24:21.4160354Z    Compiling diatomic-waker v0.2.3
2026-07-16T13:24:21.4470706Z    Compiling serde_json v1.0.150
2026-07-16T13:24:21.4770819Z    Compiling spin v0.10.0
2026-07-16T13:24:21.5141240Z    Compiling crossbeam-utils v0.8.21
2026-07-16T13:24:21.5350187Z    Compiling winnow v1.0.3
2026-07-16T13:24:21.5480365Z    Compiling signature v2.2.0
2026-07-16T13:24:21.5822097Z    Compiling cordyceps v0.3.4
2026-07-16T13:24:21.6326189Z    Compiling futures-lite v2.6.1
2026-07-16T13:24:21.6581066Z    Compiling ed25519 v2.2.3
2026-07-16T13:24:21.6830999Z    Compiling cipher v0.4.4
2026-07-16T13:24:21.7115747Z    Compiling netlink-packet-core v0.8.1
2026-07-16T13:24:21.7305114Z    Compiling universal-hash v0.5.1
2026-07-16T13:24:21.7343491Z    Compiling vergen v9.1.0
2026-07-16T13:24:21.7756067Z    Compiling vergen-lib v0.1.6
2026-07-16T13:24:21.7890672Z    Compiling heapless v0.7.17
2026-07-16T13:24:21.8581842Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-16T13:24:21.9054700Z    Compiling futures-buffered v0.2.13
2026-07-16T13:24:21.9156798Z    Compiling noq-udp v0.10.0
2026-07-16T13:24:21.9228794Z    Compiling sync_wrapper v1.0.2
2026-07-16T13:24:21.9331129Z    Compiling allocator-api2 v0.2.21
2026-07-16T13:24:21.9371947Z    Compiling opaque-debug v0.3.1
2026-07-16T13:24:22.0126917Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-16T13:24:22.0141126Z    Compiling byteorder v1.5.0
2026-07-16T13:24:22.0720872Z    Compiling polyval v0.6.2
2026-07-16T13:24:22.1210804Z    Compiling digest v0.11.3
2026-07-16T13:24:22.1600794Z    Compiling aws-lc-sys v0.41.0
2026-07-16T13:24:22.1699581Z    Compiling ring v0.17.14
2026-07-16T13:24:22.1770488Z    Compiling libsqlite3-sys v0.30.1
2026-07-16T13:24:22.2796498Z    Compiling hash32 v0.2.1
2026-07-16T13:24:22.2927530Z    Compiling vergen-gitcl v1.0.8
2026-07-16T13:24:22.2996606Z    Compiling spin v0.9.8
2026-07-16T13:24:22.3281094Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-16T13:24:22.4580740Z    Compiling signature v3.0.0
2026-07-16T13:24:22.4840689Z    Compiling num_threads v0.1.7
2026-07-16T13:24:22.5011613Z    Compiling fallible-iterator v0.3.0
2026-07-16T13:24:22.5111046Z    Compiling tower-layer v0.3.3
2026-07-16T13:24:22.5232938Z    Compiling ryu v1.0.23
2026-07-16T13:24:22.5921571Z    Compiling time v0.3.47
2026-07-16T13:24:22.6231392Z    Compiling sha2 v0.11.0-rc.5
2026-07-16T13:24:22.6702633Z    Compiling ghash v0.5.1
2026-07-16T13:24:22.7523360Z    Compiling aes v0.8.4
2026-07-16T13:24:22.7749374Z    Compiling ctr v0.9.2
2026-07-16T13:24:22.7908021Z    Compiling fs2 v0.4.3
2026-07-16T13:24:22.8727110Z    Compiling http-body-util v0.1.3
2026-07-16T13:24:22.9247709Z    Compiling aead v0.5.2
2026-07-16T13:24:22.9583970Z    Compiling arrayvec v0.7.6
2026-07-16T13:24:22.9723306Z    Compiling utf8parse v0.2.2
2026-07-16T13:24:23.0375653Z    Compiling openssl-probe v0.2.1
2026-07-16T13:24:23.0458484Z    Compiling crossbeam-epoch v0.9.18
2026-07-16T13:24:23.0882347Z    Compiling crossbeam-channel v0.5.15
2026-07-16T13:24:23.1662181Z    Compiling blake3 v1.8.5
2026-07-16T13:24:23.2068519Z    Compiling netlink-packet-route v0.29.0
2026-07-16T13:24:23.2359213Z    Compiling memoffset v0.6.5
2026-07-16T13:24:23.3325440Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-16T13:24:23.4076990Z    Compiling aes-gcm v0.10.3
2026-07-16T13:24:23.4170439Z    Compiling acto v0.8.2
2026-07-16T13:24:23.4549351Z    Compiling netwatch v0.16.0
2026-07-16T13:24:23.4627391Z    Compiling noq v0.18.0
2026-07-16T13:24:23.5891379Z    Compiling identity-hash v0.1.0
2026-07-16T13:24:23.6081580Z    Compiling mac-addr v0.3.0
2026-07-16T13:24:23.6730853Z    Compiling lru-slab v0.1.2
2026-07-16T13:24:23.6863519Z    Compiling rustix v1.1.4
2026-07-16T13:24:23.6934545Z    Compiling xml-rs v0.8.28
2026-07-16T13:24:23.7221077Z    Compiling thiserror v1.0.69
2026-07-16T13:24:23.7780474Z    Compiling foldhash v0.2.0
2026-07-16T13:24:23.7916072Z    Compiling ref-cast v1.0.25
2026-07-16T13:24:23.8168624Z    Compiling tagptr v0.2.0
2026-07-16T13:24:23.9500906Z    Compiling rustc-hash v2.1.2
2026-07-16T13:24:23.9761829Z    Compiling sorted-index-buffer v0.2.1
2026-07-16T13:24:24.0031371Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-16T13:24:24.1160584Z    Compiling hashbrown v0.16.1
2026-07-16T13:24:24.1846159Z    Compiling netlink-packet-route v0.30.0
2026-07-16T13:24:24.2083011Z    Compiling synstructure v0.13.2
2026-07-16T13:24:24.2450535Z    Compiling darling_core v0.20.11
2026-07-16T13:24:24.2818319Z    Compiling serde_derive_internals v0.29.1
2026-07-16T13:24:24.7112457Z    Compiling xmltree v0.10.3
2026-07-16T13:24:24.9360942Z    Compiling proc-macro-crate v3.5.0
2026-07-16T13:24:24.9546448Z    Compiling ioctl-rs v0.1.6
2026-07-16T13:24:24.9681718Z    Compiling termios v0.2.2
2026-07-16T13:24:25.0510500Z    Compiling errno v0.3.14
2026-07-16T13:24:25.0569758Z    Compiling serial-core v0.4.0
2026-07-16T13:24:25.0665524Z    Compiling simple-dns v0.9.3
2026-07-16T13:24:25.1068007Z    Compiling aho-corasick v1.1.4
2026-07-16T13:24:25.1910660Z    Compiling arrayref v0.3.9
2026-07-16T13:24:25.2103126Z    Compiling signal-hook v0.3.18
2026-07-16T13:24:25.2450387Z    Compiling regex-syntax v0.8.10
2026-07-16T13:24:25.2568936Z    Compiling toml_write v0.1.2
2026-07-16T13:24:25.3830840Z    Compiling resolv-conf v0.7.6
2026-07-16T13:24:25.3831917Z    Compiling constant_time_eq v0.4.2
2026-07-16T13:24:25.3966021Z    Compiling winnow v0.7.15
2026-07-16T13:24:25.4094031Z    Compiling simdutf8 v0.1.5
2026-07-16T13:24:25.5047634Z    Compiling sha1_smol v1.0.1
2026-07-16T13:24:25.5142779Z    Compiling linux-raw-sys v0.12.1
2026-07-16T13:24:25.5921178Z    Compiling smol_str v0.1.24
2026-07-16T13:24:25.7541056Z    Compiling serial-unix v0.4.0
2026-07-16T13:24:25.8130380Z    Compiling signal-hook-registry v1.4.8
2026-07-16T13:24:25.8861495Z    Compiling lru v0.16.4
2026-07-16T13:24:26.0460606Z    Compiling darling_core v0.23.0
2026-07-16T13:24:26.0736053Z    Compiling serde_bytes v0.11.19
2026-07-16T13:24:26.1671375Z    Compiling seize v0.5.1
2026-07-16T13:24:26.2240722Z    Compiling serde_derive v1.0.228
2026-07-16T13:24:26.3240960Z    Compiling zeroize_derive v1.4.3
2026-07-16T13:24:26.4331777Z    Compiling tokio-macros v2.7.0
2026-07-16T13:24:26.6096134Z    Compiling zerofrom-derive v0.1.7
2026-07-16T13:24:26.8767531Z    Compiling zeroize v1.8.2
2026-07-16T13:24:27.0560691Z    Compiling futures-macro v0.3.32
2026-07-16T13:24:27.1761271Z    Compiling tokio v1.52.3
2026-07-16T13:24:27.4437637Z    Compiling yoke-derive v0.8.2
2026-07-16T13:24:27.5686425Z    Compiling zerovec-derive v0.11.3
2026-07-16T13:24:27.8851342Z    Compiling displaydoc v0.2.6
2026-07-16T13:24:28.0055210Z    Compiling futures-util v0.3.32
2026-07-16T13:24:28.0191065Z    Compiling tracing-attributes v0.1.31
2026-07-16T13:24:28.0720266Z    Compiling zerofrom v0.1.8
2026-07-16T13:24:28.1880639Z    Compiling rustls-pki-types v1.14.1
2026-07-16T13:24:28.7250793Z    Compiling thiserror-impl v2.0.18
2026-07-16T13:24:28.7431432Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-16T13:24:28.7529609Z    Compiling yoke v0.8.3
2026-07-16T13:24:28.9600764Z    Compiling zerotrie v0.2.4
2026-07-16T13:24:29.1716739Z    Compiling zerovec v0.11.6
2026-07-16T13:24:29.3640858Z    Compiling darling_macro v0.20.11
2026-07-16T13:24:29.4380367Z    Compiling derive_more-impl v2.1.1
2026-07-16T13:24:29.5417938Z    Compiling n0-error-macros v0.1.3
2026-07-16T13:24:29.6859343Z    Compiling spez v0.1.2
2026-07-16T13:24:29.7147759Z    Compiling darling v0.20.11
2026-07-16T13:24:29.7764858Z    Compiling derive_builder_core v0.20.2
2026-07-16T13:24:29.7860650Z    Compiling der v0.8.0-rc.10
2026-07-16T13:24:29.9525168Z    Compiling tinystr v0.8.3
2026-07-16T13:24:30.0341386Z    Compiling potential_utf v0.1.5
2026-07-16T13:24:30.1594502Z    Compiling icu_locale_core v2.2.0
2026-07-16T13:24:30.1803994Z    Compiling icu_collections v2.2.0
2026-07-16T13:24:30.5509563Z    Compiling pin-project-internal v1.1.13
2026-07-16T13:24:30.7434622Z    Compiling n0-error v0.1.3
2026-07-16T13:24:30.9919104Z    Compiling cobs v0.3.0
2026-07-16T13:24:31.1140657Z    Compiling postcard-derive v0.2.2
2026-07-16T13:24:31.1880618Z    Compiling ed25519-dalek v2.2.0
2026-07-16T13:24:31.1920779Z    Compiling derive_builder_macro v0.20.2
2026-07-16T13:24:31.5006324Z    Compiling icu_provider v2.2.0
2026-07-16T13:24:31.6163988Z    Compiling ipnet v2.12.0
2026-07-16T13:24:31.6761506Z    Compiling derive_builder v0.20.2
2026-07-16T13:24:31.7759273Z    Compiling spki v0.8.0-rc.4
2026-07-16T13:24:31.8538369Z    Compiling icu_normalizer v2.2.0
2026-07-16T13:24:31.9381036Z    Compiling icu_properties v2.2.0
2026-07-16T13:24:31.9557607Z    Compiling pin-project v1.1.13
2026-07-16T13:24:31.9667628Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-16T13:24:32.0043162Z    Compiling futures-executor v0.3.32
2026-07-16T13:24:32.0970412Z    Compiling prefix-trie v0.8.4
2026-07-16T13:24:32.1780951Z    Compiling futures v0.3.32
2026-07-16T13:24:32.2150283Z    Compiling ed25519 v3.0.0-rc.4
2026-07-16T13:24:32.2980572Z    Compiling once_cell v1.21.4
2026-07-16T13:24:32.3642406Z    Compiling spt-proto v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-16T13:24:32.3767426Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-16T13:24:32.5349644Z    Compiling tracing-core v0.1.36
2026-07-16T13:24:32.7390726Z    Compiling data-encoding-macro v0.1.20
2026-07-16T13:24:32.7672453Z    Compiling rustls-native-certs v0.8.4
2026-07-16T13:24:32.8230849Z    Compiling strum_macros v0.28.0
2026-07-16T13:24:32.9018079Z    Compiling hashbrown v0.14.5
2026-07-16T13:24:33.0150817Z    Compiling async-trait v0.1.89
2026-07-16T13:24:33.1250980Z    Compiling tracing v0.1.44
2026-07-16T13:24:33.1321152Z    Compiling postcard v1.1.3
2026-07-16T13:24:33.1991592Z    Compiling iroh-metrics-derive v0.4.1
2026-07-16T13:24:33.4000623Z    Compiling tokio-util v0.7.18
2026-07-16T13:24:33.4370772Z    Compiling idna_adapter v1.2.2
2026-07-16T13:24:33.5371584Z    Compiling idna v1.1.0
2026-07-16T13:24:33.6830875Z    Compiling netlink-sys v0.8.8
2026-07-16T13:24:33.7703192Z    Compiling hashlink v0.9.1
2026-07-16T13:24:33.7705876Z    Compiling tower v0.5.3
2026-07-16T13:24:33.8864284Z    Compiling enum-assoc v1.3.0
2026-07-16T13:24:33.9221133Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-16T13:24:34.0000917Z    Compiling url v2.5.8
2026-07-16T13:24:34.0357334Z    Compiling derive_more v2.1.1
2026-07-16T13:24:34.1169608Z    Compiling num_enum_derive v0.7.6
2026-07-16T13:24:34.1590649Z    Compiling netlink-proto v0.12.0
2026-07-16T13:24:34.2400488Z    Compiling netdev v0.42.0
2026-07-16T13:24:34.2951515Z    Compiling iroh-metrics v0.38.3
2026-07-16T13:24:34.3484119Z    Compiling rusqlite v0.32.1
2026-07-16T13:24:34.3866484Z    Compiling iroh-relay v0.98.0
2026-07-16T13:24:34.4870142Z    Compiling h2 v0.4.14
2026-07-16T13:24:34.6261102Z    Compiling n0-watcher v0.6.1
2026-07-16T13:24:34.6625043Z    Compiling tokio-stream v0.1.18
2026-07-16T13:24:34.6716964Z    Compiling moka v0.12.15
2026-07-16T13:24:34.7177770Z    Compiling toml_datetime v0.6.11
2026-07-16T13:24:34.8270829Z    Compiling serde_spanned v0.6.9
2026-07-16T13:24:34.8980746Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-16T13:24:34.9170781Z    Compiling attohttpc v0.30.1
2026-07-16T13:24:34.9526892Z    Compiling tower-http v0.6.11
2026-07-16T13:24:35.0667824Z    Compiling iroh-base v0.98.0
2026-07-16T13:24:35.2397190Z    Compiling num_enum v0.7.6
2026-07-16T13:24:35.2461155Z    Compiling thiserror-impl v1.0.69
2026-07-16T13:24:35.3218779Z    Compiling ref-cast-impl v1.0.25
2026-07-16T13:24:35.3776044Z    Compiling toml_edit v0.22.27
2026-07-16T13:24:35.5981331Z    Compiling spt-store v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-16T13:24:35.6104126Z    Compiling strum v0.28.0
2026-07-16T13:24:35.7322028Z    Compiling iroh-dns v0.98.0
2026-07-16T13:24:35.9000692Z    Compiling webpki-roots v1.0.7
2026-07-16T13:24:35.9821159Z    Compiling regex-automata v0.4.14
2026-07-16T13:24:36.0010617Z    Compiling schemars_derive v1.2.1
2026-07-16T13:24:36.0130830Z    Compiling hmac v0.12.1
2026-07-16T13:24:36.0186162Z    Compiling iroh v0.98.2
2026-07-16T13:24:36.1333375Z    Compiling rustix v0.38.44
2026-07-16T13:24:36.3251185Z    Compiling cmov v0.5.4
2026-07-16T13:24:36.3420743Z    Compiling dyn-clone v1.0.20
2026-07-16T13:24:36.3741712Z    Compiling pin-utils v0.1.0
2026-07-16T13:24:36.4423849Z    Compiling bitflags v1.3.2
2026-07-16T13:24:36.5160788Z    Compiling nix v0.25.1
2026-07-16T13:24:36.5341093Z    Compiling hkdf v0.12.4
2026-07-16T13:24:36.5701075Z    Compiling backon v1.6.0
2026-07-16T13:24:36.5777128Z    Compiling darling_macro v0.23.0
2026-07-16T13:24:36.6387303Z    Compiling ctutils v0.4.2
2026-07-16T13:24:36.7021009Z    Compiling papaya v0.2.4
2026-07-16T13:24:36.9671996Z    Compiling filedescriptor v0.8.3
2026-07-16T13:24:36.9771956Z    Compiling serial v0.4.0
2026-07-16T13:24:36.9862394Z    Compiling anstyle-parse v1.0.0
2026-07-16T13:24:36.9921614Z    Compiling vte_generate_state_changes v0.1.2
2026-07-16T13:24:37.0487531Z    Compiling anstyle-query v1.1.5
2026-07-16T13:24:37.1550905Z    Compiling colorchoice v1.0.5
2026-07-16T13:24:37.2011138Z    Compiling foldhash v0.1.5
2026-07-16T13:24:37.2510846Z    Compiling is_terminal_polyfill v1.70.2
2026-07-16T13:24:37.2721209Z    Compiling shell-words v1.1.1
2026-07-16T13:24:37.3181832Z    Compiling instability v0.3.12
2026-07-16T13:24:37.3352904Z    Compiling anstyle v1.0.14
2026-07-16T13:24:37.3968734Z    Compiling downcast-rs v1.2.1
2026-07-16T13:24:37.4130484Z    Compiling linux-raw-sys v0.4.15
2026-07-16T13:24:37.4299594Z    Compiling hashbrown v0.15.5
2026-07-16T13:24:37.4619270Z    Compiling vte v0.13.1
2026-07-16T13:24:37.4928225Z    Compiling signal-hook-mio v0.2.5
2026-07-16T13:24:37.5600024Z    Compiling darling v0.23.0
2026-07-16T13:24:37.6070601Z    Compiling anstream v1.0.0
2026-07-16T13:24:37.6281495Z    Compiling spake2 v0.4.0
2026-07-16T13:24:37.6613970Z    Compiling terminal_size v0.4.4
2026-07-16T13:24:37.6687672Z    Compiling strum_macros v0.26.4
2026-07-16T13:24:37.8013234Z    Compiling sha1 v0.10.6
2026-07-16T13:24:38.1093597Z    Compiling itertools v0.13.0
2026-07-16T13:24:38.1354362Z    Compiling castaway v0.2.4
2026-07-16T13:24:38.1355631Z    Compiling doctest-file v1.1.1
2026-07-16T13:24:38.2340683Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-16T13:24:38.4813328Z    Compiling schemars v1.2.1
2026-07-16T13:24:38.5374018Z    Compiling toml v0.8.23
2026-07-16T13:24:38.6021008Z    Compiling static_assertions v1.1.0
2026-07-16T13:24:38.6620589Z    Compiling unicode-width v0.1.14
2026-07-16T13:24:38.7714183Z    Compiling clap_lex v1.1.0
2026-07-16T13:24:38.9481285Z    Compiling indoc v2.0.7
2026-07-16T13:24:39.1053710Z    Compiling clap_builder v4.6.0
2026-07-16T13:24:39.4231299Z    Compiling regex v1.12.3
2026-07-16T13:24:39.7256206Z    Compiling crossterm v0.28.1
2026-07-16T13:24:40.0562849Z    Compiling spt-msg v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-16T13:24:40.2670559Z    Compiling unicode-truncate v1.1.0
2026-07-16T13:24:40.2778765Z    Compiling compact_str v0.8.2
2026-07-16T13:24:40.4624397Z    Compiling interprocess v2.4.2
2026-07-16T13:24:40.4715940Z    Compiling strum v0.26.3
2026-07-16T13:24:40.5841621Z    Compiling spt-runtime v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-16T13:24:41.0128783Z    Compiling hyper v1.10.1
2026-07-16T13:24:41.1388167Z    Compiling portable-pty v0.8.1
2026-07-16T13:24:41.3541463Z    Compiling lru v0.12.5
2026-07-16T13:24:41.3731156Z    Compiling clap_derive v4.6.1
2026-07-16T13:24:41.4938605Z    Compiling unicode-width v0.2.0
2026-07-16T13:24:41.5234980Z    Compiling cassowary v0.3.0
2026-07-16T13:24:41.5609822Z    Compiling iana-time-zone v0.1.65
2026-07-16T13:24:41.6190708Z    Compiling spt-term v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-16T13:24:41.7840368Z    Compiling chrono v0.4.45
2026-07-16T13:24:41.9220901Z    Compiling nucleo-matcher v0.3.1
2026-07-16T13:24:41.9588416Z    Compiling ratatui v0.29.0
2026-07-16T13:24:42.3030161Z    Compiling qrcode v0.14.1
2026-07-16T13:24:42.3616841Z    Compiling tempfile v3.27.0
2026-07-16T13:24:43.0960716Z    Compiling hyper-util v0.1.20
2026-07-16T13:24:43.7805325Z    Compiling clap v4.6.1
2026-07-16T13:24:44.2782527Z    Compiling spt-live v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-16T13:24:44.9386027Z    Compiling igd-next v0.17.1
2026-07-16T13:24:46.1439116Z    Compiling portmapper v0.16.0
2026-07-16T13:24:50.6936399Z    Compiling rustls-webpki v0.103.13
2026-07-16T13:24:53.0645282Z    Compiling tokio-rustls v0.26.4
2026-07-16T13:24:53.0645742Z    Compiling noq-proto v0.17.0
2026-07-16T13:24:53.0646042Z    Compiling rustls-platform-verifier v0.7.0
2026-07-16T13:24:53.2143333Z    Compiling hyper-rustls v0.27.9
2026-07-16T13:24:53.2143948Z    Compiling hickory-net v0.26.0-beta.4
2026-07-16T13:24:53.2144852Z    Compiling tokio-websockets v0.13.2
2026-07-16T13:24:53.3358404Z    Compiling reqwest v0.13.4
2026-07-16T13:24:54.2975386Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-16T13:25:08.2851382Z    Compiling spt-net v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-16T13:25:09.7438509Z    Compiling spt-daemon v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-16T13:25:18.6608159Z    Compiling spt v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-16T13:25:23.3664839Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-16T13:25:23.3890669Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-583e272be41b6f1f)
2026-07-16T13:25:23.3904292Z 
2026-07-16T13:25:23.3904526Z running 1 test
2026-07-16T13:25:29.5831530Z test new_brain_serves_against_old_broker ... ok
2026-07-16T13:25:29.5831898Z 
2026-07-16T13:25:29.5832194Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-16T13:25:29.5832637Z 
